LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

PointToPhysical(PointF[]) Method






The input logical points.
Converts the specified points from logical to physical coordinates.
Syntax
public PointF[] PointToPhysical( 
   PointF[] pts
)
'Declaration
 
Public Overloads Function PointToPhysical( _
   ByVal pts() As PointF _
) As PointF()
'Usage
 
Dim instance As Transformer
Dim pts() As PointF
Dim value() As PointF
 
value = instance.PointToPhysical(pts)
public PointF[] PointToPhysical( 
   PointF[] pts
)
 function Leadtools.Drawing.Transformer.PointToPhysical(PointF[])( 
   pts 
)
public:
array<PointF>^ PointToPhysical( 
   array<PointF>^ pts
) 

Parameters

pts
The input logical points.

Return Value

The points converted from logical to physical coordinates.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Transformer Class
Transformer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.